home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01522_SSnewsTXT-GO.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  245 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   if the name of cast (the castNum of sprite 16 + 1) = "PG-END" then
  4.     puppetSprite(16, 0)
  5.   else
  6.     puppetSprite(16, 1)
  7.     set the castNum of sprite 16 to the castNum of sprite 16 + 1
  8.   end if
  9. end
  10.